home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Framewrk / FWSemEvt / FWSemEvt.h < prev    next >
Encoding:
Text File  |  1996-09-17  |  852 b   |  53 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWSemEvt.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWSEMEVT_H
  11. #define FWSEMEVT_H
  12.  
  13. #ifndef FWAPLEVT_H
  14. #include "FWAplEvt.h"
  15. #endif
  16.  
  17. #ifndef FWDESC_H
  18. #include "FWDesc.h"
  19. #endif
  20.  
  21. #ifndef FWDSCOPR_H
  22. #include "FWDscOpr.h"
  23. #endif
  24.  
  25. #ifndef FWOBJSPC_H
  26. #include "FWObjSpc.h"
  27. #endif
  28.  
  29. #ifndef FWPRTSCP_H
  30. #include "FWPrtScp.h"
  31. #endif
  32.  
  33. #ifndef FWSCPCOL_H
  34. #include "FWScpCol.h"
  35. #endif
  36.  
  37. #ifndef FWSCPPRP_H
  38. #include "FWScpPrp.h"
  39. #endif
  40.  
  41. #ifndef FWSCPTBL_H
  42. #include "FWScptbl.h"
  43. #endif
  44.  
  45. #ifndef FWSEMINT_H
  46. #include "FWSemInt.h"
  47. #endif
  48.  
  49. #ifndef FWSEMTRM_H
  50. #include "FWSemTrm.h"
  51. #endif
  52.  
  53. #endif